Buffer.changeCase

Changes the case of the text between the specified iterators.

Since 5.4, this function will update the position of start and end to surround the modified text.

Parameters

caseType GtkSourceChangeCaseType

how to change the case.

start TextIter

a #GtkTextIter.

end TextIter

a #GtkTextIter.

Meta